@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	padding-top: 1%;
	list-style-type: none;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#GZFX_Div1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
}
.GZFX_Main_content {
	background-color: #CCC;
	text-align: center;
	padding: 1%;
}
#GZFX_Div2 {
	clear: none;
	float: right;
	margin-left: 2.6785%;
	width: 79.4642%;
	display: block;
}
#GZFX_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 90%;
	display: block;
	text-align: center;
	background-image: none;
}
.GZFX_navagation ul li {
	list-style-type: none;
}
.GZFX_navagation ul li a {
	text-decoration: none;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
.GZFX_navagation ul {
	margin: 0px;
	height: 34px;
	width: 99px;
	position: fixed;This is set to lock the navigation buttons to the screen viewport
}
#GZFX_footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
.pmffooter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	color: #000;
	margin-right: 20%;
	margin-left: 20%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bolder;
	background-image: url(GZFX_WP_Images/GZFX%20Home%20button%20chrome%20v3.jpg);
	background-repeat: no-repeat;
}
.affiliates_layout {
	background-color: #CCC;
	height: auto;
}
.Affiliates_bio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: 65%;
	border: thin solid #000;
	float: right;
	-webkit-transition: background-color 3s ease-in-out 0.5s;
	-moz-transition: background-color 3s ease-in-out 0.5s;
	-ms-transition: background-color 3s ease-in-out 0.5s;
	-o-transition: background-color 3s ease-in-out 0.5s;
	transition: background-color 3s ease-in-out 0.5s;
}
.Affiliates_bio:hover {
	background-color: #66CC99;
	font-weight: bolder;
}
.tribute_div {
	background-color: #CCC;
	padding: 2px;
	border: thin solid #F00;
}.onset_images {
	background-color: #CCC;
}
.onset_captions {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.effects_layout {
	text-align: center;
	clear: both;
	margin-right: 1%;
	margin-left: 3%;
	padding-left: 1%;
	background-color: #CCC;
}
.effects_main {
	background-color: #CCC;
	display: inline-block;
	padding: 3px;
	height: 2in;
	width: 2.8in;
	list-style-type: none;
}
.effects_images {
}
.tribute {
	background-color: #CCC;
}
.tribute_words {
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #9CC;
	border: thin solid #333;
}
.Tribute_brian {
	font-style: italic;
	color: #306;
}
.stunts_container {
	background-color: #CCC;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#GZFX_Div1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 19%;
	display: block;
}
.GZFX_Main_content {
	background-color: #CCC;
	text-align: center;
	padding: 1%;
}
#GZFX_Div2 {
	clear: none;
	float: right;
	margin-left: 1.6574%;
	width: 76.3%;
	display: block;
}
#GZFX_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:90%;
	display: block;
	text-align: center;
	background-image: none;
}
.GZFX_navagation ul li {
	list-style-type: none;
}
.GZFX_navagation ul li a {
	text-decoration: none;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
.GZFX_navagation ul {
	margin: 0px;
	height: 40px;
	width: 110px;
	position: fixed;This is set tp lock the navigation buttons to the screen viewport
}
#GZFX_footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.pmffooter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	color: #000;
	margin-right: 20%;
	margin-left: 20%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bolder;
	background-image: url(GZFX_WP_Images/GZFX%20Home%20button%20chrome%20v3.jpg);
	background-repeat: no-repeat;
}
.affiliates_layout {
	background-color: #CCC;
	height: auto;	
}
.Affiliates_bio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	border: thin solid #000;
	float: right;
	-webkit-transition: background-color 3s ease-in-out 0.5s;
	-moz-transition: background-color 3s ease-in-out 0.5s;
	-ms-transition: background-color 3s ease-in-out 0.5s;
	-o-transition: background-color 3s ease-in-out 0.5s;
	transition: background-color 3s ease-in-out 0.5s;
}
.Affiliates_bio:hover {
	background-color: #66CC99;
	font-weight: bolder;
}
.tribute_div {
	background-color: #CCC;
	padding: 2px;
	border: thin solid #F00;
}.onset_images {
	background-color: #CCC;
}
.onset_captions {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.effects_layout {
	text-align: center;
	clear: both;
	margin-right: 1%;
	margin-left: 3%;
	padding-left: 1%;
	background-color: #CCC;
}
.effects_main {
	background-color: #CCC;
	display: inline-block;
	padding: 3px;
	height: 2in;
	width: 2.8in;
	list-style-type: none;
}
.effects_images {
}
.tribute {
	background-color: #CCC;
}
.tribute_words {
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #9CC;
	border: thin solid #333;
}
.Tribute_brian {
	font-style: italic;
	color: #306;
}
.stunts_container {
	background-color: #CCC;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#GZFX_Div1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: inherit;
	list-style-type: none;
	
}
#GZFX_Div2 {
	clear: none;
	float: right;
	margin-left: 1.0989%;
	width: 76.3003%;
	display: block;
	padding-top: 1%;
}
#GZFX_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-image: none;
}
#GZFX_footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.pmffooter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	color: #000;
	margin-right: 22%;
	margin-left: 24%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bolder;
	background-image: url(GZFX_WP_Images/GZFX%20Home%20button%20chrome%20v3.jpg);
	background-repeat: no-repeat;
}
.GZFX_navagation ul li {
	list-style-type: none;
}
.GZFX_navagation ul li a {
	text-decoration: none;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.GZFX_navagation ul {
	margin: 0px;
	height: 64px;
	width: 118px;
	position: fixed;This is set tp lock the navigation buttons to the screen viewport
}
.GZFX_Main_content {
	background-color: #CCC;
	text-align: center;
	padding: 1%;
}
body {
	background-image: url(GZFX_WP_Images/GZFX%20metal021%20background.jpg);
	background-repeat: repeat;
}
.stunts_images {
	background-color: #CCC;
	height: 2in;
	width: 2.8in;
	padding: 3px;
	display: inline;
	list-style-type: none;
}
.stunts_image2 {
	background-color: #CCC;
	padding: 2px;
	height: 2in;
	width: 2.8in;
}
.effects_main {
	background-color: #CCC;
	display: inline-block;
	padding: 3px;
	height: 2in;
	width: 2.8in;
	list-style-type: none;
}
.affiliates_layout {
	background-color: #CCC;
	height: auto;
}
.Affiliates_bio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #FFF;
	text-align: center;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: 65%;
	border: thin solid #000;
	float: right;
	-webkit-transition: background-color 3s ease-in-out 0.5s;
	-moz-transition: background-color 3s ease-in-out 0.5s;
	-ms-transition: background-color 3s ease-in-out 0.5s;
	-o-transition: background-color 3s ease-in-out 0.5s;
	transition: background-color 3s ease-in-out 0.5s;
}
.Affiliates_bio:hover {
	background-color: #66CC99;
	font-weight: bolder;
}
.tribute_div {
	background-color: #CCC;
	padding: 2px;
	border: thin solid #F00;
}.onset_images {
	background-color: #CCC;
}
.onset_captions {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.effects_layout {
	text-align: center;
	clear: both;
	margin-right: 1%;
	margin-left: 3%;
	padding-left: 1%;
	background-color: #CCC;
	font-weight: bolder;
}
.effects_images {
}
.tribute {
	background-color: #CCC;
}
.tribute_words {
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #9CC;
	border: thin solid #333;
}
.Tribute_brian {
	font-style: italic;
	color: #306;
}
.stunts_container {
	background-color: #CCC;
}
#GZFX_Div2 .GZFX_Main_content h1 {
	color: #F00;
}
